home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / utility / nmail28u / _SETUP.1 / NETMAIL.EXE / 0 / RCDATA / TFPREF / TFPREF.txt
Text File  |  1999-09-10  |  20KB  |  839 lines

  1. object FPref: TFPref
  2.   Left = 34
  3.   Top = 34
  4.   Width = 579
  5.   Height = 428
  6.   HelpContext = 30
  7.   Caption = 'Preferences'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   HelpFile = 'netmail.hlp'
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControl1: TPageControl
  19.     Left = 0
  20.     Top = 0
  21.     Width = 571
  22.     Height = 364
  23.     ActivePage = TabSheet1
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object TabSheet1: TTabSheet
  27.       Caption = 'General'
  28.       object Label20: TLabel
  29.         Left = 12
  30.         Top = 6
  31.         Width = 59
  32.         Height = 13
  33.         Caption = 'User Profiles'
  34.       end
  35.       object GroupBox5: TGroupBox
  36.         Left = 195
  37.         Top = 17
  38.         Width = 355
  39.         Height = 103
  40.         Caption = 'User Information'
  41.         TabOrder = 0
  42.         object Label10: TLabel
  43.           Left = 14
  44.           Top = 24
  45.           Width = 31
  46.           Height = 13
  47.           Caption = 'Name:'
  48.         end
  49.         object Label11: TLabel
  50.           Left = 14
  51.           Top = 46
  52.           Width = 39
  53.           Height = 13
  54.           Caption = 'User ID:'
  55.         end
  56.         object Label18: TLabel
  57.           Left = 14
  58.           Top = 74
  59.           Width = 75
  60.           Height = 13
  61.           Caption = 'Return address:'
  62.         end
  63.         object NameEdt: TDBEdit
  64.           Left = 98
  65.           Top = 16
  66.           Width = 243
  67.           Height = 21
  68.           DataField = 'NameEdt'
  69.           DataSource = DataSource1
  70.           TabOrder = 0
  71.         end
  72.         object UserEdt: TDBEdit
  73.           Left = 98
  74.           Top = 44
  75.           Width = 175
  76.           Height = 21
  77.           DataField = 'UserEdt'
  78.           DataSource = DataSource1
  79.           TabOrder = 1
  80.         end
  81.         object DBRetAddress: TDBEdit
  82.           Left = 98
  83.           Top = 72
  84.           Width = 175
  85.           Height = 21
  86.           DataField = 'RetAddr'
  87.           DataSource = DataSource1
  88.           TabOrder = 2
  89.         end
  90.       end
  91.       object GroupBox4: TGroupBox
  92.         Left = 195
  93.         Top = 128
  94.         Width = 355
  95.         Height = 73
  96.         Caption = 'SMTP Mail Server'
  97.         TabOrder = 1
  98.         object Label8: TLabel
  99.           Left = 14
  100.           Top = 22
  101.           Width = 67
  102.           Height = 13
  103.           Caption = 'SMTP Server:'
  104.         end
  105.         object Label9: TLabel
  106.           Left = 14
  107.           Top = 44
  108.           Width = 55
  109.           Height = 13
  110.           Caption = 'SMTP Port:'
  111.         end
  112.         object SMTPServerEdt: TDBEdit
  113.           Left = 102
  114.           Top = 16
  115.           Width = 177
  116.           Height = 21
  117.           DataField = 'SMTPServerEdt'
  118.           DataSource = DataSource1
  119.           TabOrder = 0
  120.         end
  121.         object SMTPPortEdt: TDBEdit
  122.           Left = 102
  123.           Top = 44
  124.           Width = 43
  125.           Height = 21
  126.           DataField = 'SMTPPortEdt'
  127.           DataSource = DataSource1
  128.           TabOrder = 1
  129.         end
  130.       end
  131.       object GroupBox6: TGroupBox
  132.         Left = 195
  133.         Top = 206
  134.         Width = 355
  135.         Height = 93
  136.         Caption = 'POP3 Server'
  137.         TabOrder = 2
  138.         object Label12: TLabel
  139.           Left = 18
  140.           Top = 22
  141.           Width = 65
  142.           Height = 13
  143.           Caption = 'POP3 Server:'
  144.         end
  145.         object Label13: TLabel
  146.           Left = 18
  147.           Top = 46
  148.           Width = 53
  149.           Height = 13
  150.           Caption = 'POP3 Port:'
  151.         end
  152.         object Label14: TLabel
  153.           Left = 18
  154.           Top = 70
  155.           Width = 49
  156.           Height = 13
  157.           Caption = 'Password:'
  158.         end
  159.         object POP3Server: TDBEdit
  160.           Left = 106
  161.           Top = 16
  162.           Width = 187
  163.           Height = 21
  164.           DataField = 'POP3Server'
  165.           DataSource = DataSource1
  166.           TabOrder = 0
  167.         end
  168.         object POP3Port: TDBEdit
  169.           Left = 106
  170.           Top = 40
  171.           Width = 39
  172.           Height = 21
  173.           DataField = 'POP3Port'
  174.           DataSource = DataSource1
  175.           TabOrder = 1
  176.         end
  177.         object POP3PasswordEdt: TDBEdit
  178.           Left = 106
  179.           Top = 64
  180.           Width = 119
  181.           Height = 21
  182.           DataField = 'POP3PasswordEdt'
  183.           DataSource = DataSource1
  184.           PasswordChar = '*'
  185.           TabOrder = 2
  186.         end
  187.       end
  188.       object DBNavigator1: TDBNavigator
  189.         Left = 10
  190.         Top = 308
  191.         Width = 540
  192.         Height = 20
  193.         DataSource = DataSource1
  194.         VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
  195.         TabOrder = 3
  196.       end
  197.       object DBGrid1: TDBGrid
  198.         Left = 10
  199.         Top = 22
  200.         Width = 173
  201.         Height = 277
  202.         DataSource = DataSource1
  203.         TabOrder = 4
  204.         TitleFont.Charset = DEFAULT_CHARSET
  205.         TitleFont.Color = clWindowText
  206.         TitleFont.Height = -11
  207.         TitleFont.Name = 'MS Sans Serif'
  208.         TitleFont.Style = []
  209.       end
  210.     end
  211.     object TabSheet5: TTabSheet
  212.       Caption = 'Options'
  213.       object GroupBox1: TGroupBox
  214.         Left = 15
  215.         Top = 14
  216.         Width = 421
  217.         Height = 121
  218.         Caption = 'Getting Mail'
  219.         TabOrder = 0
  220.         object Label1: TLabel
  221.           Left = 230
  222.           Top = 36
  223.           Width = 39
  224.           Height = 13
  225.           Caption = 'minutes.'
  226.         end
  227.         object AutoCheckStart: TCheckBox
  228.           Left = 6
  229.           Top = 14
  230.           Width = 395
  231.           Height = 17
  232.           Caption = 'Check for new mail on program startup'
  233.           TabOrder = 0
  234.         end
  235.         object AutoCheckMail: TCheckBox
  236.           Left = 6
  237.           Top = 35
  238.           Width = 159
  239.           Height = 17
  240.           Caption = 'Check for new mail every'
  241.           TabOrder = 1
  242.         end
  243.         object MinutesEdt: TEdit
  244.           Left = 170
  245.           Top = 32
  246.           Width = 51
  247.           Height = 21
  248.           TabOrder = 2
  249.           Text = 'MinutesEdt'
  250.           OnExit = MinutesEdtExit
  251.         end
  252.         object AutoStopList: TCheckBox
  253.           Left = 6
  254.           Top = 56
  255.           Width = 399
  256.           Height = 17
  257.           Caption = 'To block the email address (if there is in stop list database).'
  258.           State = cbChecked
  259.           TabOrder = 3
  260.         end
  261.         object AutoApplayfilter: TCheckBox
  262.           Left = 6
  263.           Top = 76
  264.           Width = 399
  265.           Height = 17
  266.           Caption = 'Apply filter after mail checking immediatly.'
  267.           TabOrder = 4
  268.         end
  269.         object Opt_Delete: TCheckBox
  270.           Left = 6
  271.           Top = 96
  272.           Width = 399
  273.           Height = 20
  274.           Caption = 'Delete mail from server'
  275.           TabOrder = 5
  276.         end
  277.       end
  278.       object GroupBox2: TGroupBox
  279.         Left = 17
  280.         Top = 146
  281.         Width = 421
  282.         Height = 37
  283.         Caption = 'Sending Mail'
  284.         TabOrder = 1
  285.         object SaveSent: TCheckBox
  286.           Left = 4
  287.           Top = 16
  288.           Width = 379
  289.           Height = 17
  290.           Caption = 'Save sent messages in Out mailbox'
  291.           State = cbChecked
  292.           TabOrder = 0
  293.         end
  294.       end
  295.       object GroupBox3: TGroupBox
  296.         Left = 17
  297.         Top = 190
  298.         Width = 421
  299.         Height = 66
  300.         Caption = 'General'
  301.         TabOrder = 2
  302.         object Label2: TLabel
  303.           Left = 20
  304.           Top = 36
  305.           Width = 66
  306.           Height = 13
  307.           Caption = 'Web browser:'
  308.         end
  309.         object FullHeaders: TCheckBox
  310.           Left = 4
  311.           Top = 14
  312.           Width = 377
  313.           Height = 17
  314.           Caption = 'Show system information.'
  315.           TabOrder = 0
  316.         end
  317.         object BrowserEdt: TEdit
  318.           Left = 102
  319.           Top = 34
  320.           Width = 225
  321.           Height = 21
  322.           TabOrder = 1
  323.         end
  324.         object BrowseBtn: TButton
  325.           Left = 338
  326.           Top = 33
  327.           Width = 69
  328.           Height = 23
  329.           Caption = 'Browse'
  330.           TabOrder = 2
  331.           OnClick = BrowseBtnClick
  332.         end
  333.       end
  334.       object GroupBox7: TGroupBox
  335.         Left = 17
  336.         Top = 259
  337.         Width = 421
  338.         Height = 69
  339.         Caption = 'New Address'
  340.         TabOrder = 3
  341.         object AutoUniqueAdress: TCheckBox
  342.           Left = 4
  343.           Top = 20
  344.           Width = 379
  345.           Height = 17
  346.           Caption = 'Add  unique  E-mail addresses only.'
  347.           TabOrder = 0
  348.         end
  349.         object AutoAddAddress: TCheckBox
  350.           Left = 4
  351.           Top = 44
  352.           Width = 379
  353.           Height = 17
  354.           Caption = 'Add  E-mail addresses automaticly. '
  355.           TabOrder = 1
  356.         end
  357.       end
  358.       object RGcharset: TRadioGroup
  359.         Left = 457
  360.         Top = 146
  361.         Width = 81
  362.         Height = 105
  363.         Caption = 'charset'
  364.         ItemIndex = 0
  365.         Items.Strings = (
  366.           '"us-ascii"'
  367.           '"win-1251"'
  368.           '"koi8-r"')
  369.         TabOrder = 4
  370.       end
  371.     end
  372.     object TabSheet2: TTabSheet
  373.       Caption = 'Greeting && Signature'
  374.       object Label3: TLabel
  375.         Left = 7
  376.         Top = 6
  377.         Width = 501
  378.         Height = 29
  379.         AutoSize = False
  380.         Caption = 
  381.           'Enter your greeting and signature below. This signature will be ' +
  382.           'included at the end of every message you send. Note: Internet et' +
  383.           'iquette suggests signatures of less than five lines.'
  384.         WordWrap = True
  385.       end
  386.       object Label15: TLabel
  387.         Left = 240
  388.         Top = 56
  389.         Width = 70
  390.         Height = 19
  391.         AutoSize = False
  392.         Caption = '  First name  '
  393.         Color = clWhite
  394.         ParentColor = False
  395.       end
  396.       object Label16: TLabel
  397.         Left = 8
  398.         Top = 89
  399.         Width = 70
  400.         Height = 19
  401.         AutoSize = False
  402.         Caption = '  Last name  '
  403.         Color = clWhite
  404.         ParentColor = False
  405.       end
  406.       object Label17: TLabel
  407.         Left = 241
  408.         Top = 120
  409.         Width = 70
  410.         Height = 19
  411.         AutoSize = False
  412.         Caption = ' URL '
  413.         Color = clWhite
  414.         ParentColor = False
  415.       end
  416.       object Label19: TLabel
  417.         Left = 12
  418.         Top = 303
  419.         Width = 97
  420.         Height = 13
  421.         Caption = 'Attachment directory'
  422.       end
  423.       object Label21: TLabel
  424.         Left = 241
  425.         Top = 149
  426.         Width = 70
  427.         Height = 19
  428.         AutoSize = False
  429.         Caption = 'Company'
  430.         Color = clWhite
  431.         ParentColor = False
  432.       end
  433.       object Label22: TLabel
  434.         Left = 241
  435.         Top = 177
  436.         Width = 70
  437.         Height = 19
  438.         AutoSize = False
  439.         Caption = 'Description'
  440.         Color = clWhite
  441.         ParentColor = False
  442.       end
  443.       object Memo1: TMemo
  444.         Left = 6
  445.         Top = 232
  446.         Width = 540
  447.         Height = 51
  448.         Font.Charset = DEFAULT_CHARSET
  449.         Font.Color = clBlack
  450.         Font.Height = -13
  451.         Font.Name = 'Courier New'
  452.         Font.Style = []
  453.         ParentFont = False
  454.         ScrollBars = ssBoth
  455.         TabOrder = 0
  456.       end
  457.       object UseSignature: TCheckBox
  458.         Left = 6
  459.         Top = 206
  460.         Width = 97
  461.         Height = 17
  462.         Caption = 'Use signature'
  463.         State = cbChecked
  464.         TabOrder = 1
  465.       end
  466.       object Usegreeting: TCheckBox
  467.         Left = 8
  468.         Top = 36
  469.         Width = 97
  470.         Height = 17
  471.         Caption = 'Use greeting'
  472.         State = cbChecked
  473.         TabOrder = 2
  474.       end
  475.       object Editgreeting1: TEdit
  476.         Left = 6
  477.         Top = 55
  478.         Width = 225
  479.         Height = 21
  480.         TabOrder = 3
  481.       end
  482.       object Editgreeting2: TEdit
  483.         Left = 86
  484.         Top = 87
  485.         Width = 225
  486.         Height = 21
  487.         TabOrder = 4
  488.       end
  489.       object Editgreeting3: TEdit
  490.         Left = 6
  491.         Top = 119
  492.         Width = 225
  493.         Height = 21
  494.         TabOrder = 5
  495.       end
  496.       object AttDirBtn: TButton
  497.         Left = 456
  498.         Top = 298
  499.         Width = 69
  500.         Height = 23
  501.         Caption = 'Browse'
  502.         TabOrder = 6
  503.         OnClick = AttDirBtnClick
  504.       end
  505.       object AttDirEdit: TEdit
  506.         Left = 120
  507.         Top = 299
  508.         Width = 329
  509.         Height = 21
  510.         ReadOnly = True
  511.         TabOrder = 7
  512.       end
  513.       object UseURL: TCheckBox
  514.         Left = 336
  515.         Top = 120
  516.         Width = 97
  517.         Height = 17
  518.         Caption = 'Use URL'
  519.         State = cbChecked
  520.         TabOrder = 8
  521.       end
  522.       object EditCompany: TEdit
  523.         Left = 6
  524.         Top = 148
  525.         Width = 225
  526.         Height = 21
  527.         TabOrder = 9
  528.       end
  529.       object UseCompany: TCheckBox
  530.         Left = 336
  531.         Top = 149
  532.         Width = 97
  533.         Height = 17
  534.         Caption = 'Use Company'
  535.         State = cbChecked
  536.         TabOrder = 10
  537.       end
  538.       object EditDescription: TEdit
  539.         Left = 6
  540.         Top = 176
  541.         Width = 225
  542.         Height = 21
  543.         TabOrder = 11
  544.       end
  545.       object UseDescription: TCheckBox
  546.         Left = 336
  547.         Top = 177
  548.         Width = 97
  549.         Height = 17
  550.         Caption = 'Use Description'
  551.         State = cbChecked
  552.         TabOrder = 12
  553.       end
  554.     end
  555.     object TabSheet3: TTabSheet
  556.       Caption = 'MIME SetUp'
  557.       object Panel3: TPanel
  558.         Left = 0
  559.         Top = -160
  560.         Width = 0
  561.         Height = 160
  562.         Align = alBottom
  563.         TabOrder = 0
  564.         object Label4: TLabel
  565.           Left = 51
  566.           Top = 63
  567.           Width = 56
  568.           Height = 13
  569.           Caption = 'Description:'
  570.         end
  571.         object Label5: TLabel
  572.           Left = 15
  573.           Top = 82
  574.           Width = 86
  575.           Height = 13
  576.           Caption = 'Default Extension:'
  577.         end
  578.         object Label6: TLabel
  579.           Left = 51
  580.           Top = 44
  581.           Width = 58
  582.           Height = 13
  583.           Caption = 'MIME Type:'
  584.         end
  585.         object Label7: TLabel
  586.           Left = 10
  587.           Top = 102
  588.           Width = 90
  589.           Height = 13
  590.           Caption = 'Viewer Application:'
  591.         end
  592.         object MIMEType: TLabel
  593.           Left = 124
  594.           Top = 44
  595.           Width = 205
  596.           Height = 13
  597.           AutoSize = False
  598.           Caption = 'MIMEType'
  599.           Color = clWhite
  600.           Font.Charset = DEFAULT_CHARSET
  601.           Font.Color = clBlack
  602.           Font.Height = -11
  603.           Font.Name = 'MS Sans Serif'
  604.           Font.Style = []
  605.           ParentColor = False
  606.           ParentFont = False
  607.         end
  608.         object Description: TLabel
  609.           Left = 124
  610.           Top = 63
  611.           Width = 289
  612.           Height = 13
  613.           AutoSize = False
  614.           Caption = 'Description'
  615.           Color = clWhite
  616.           Font.Charset = DEFAULT_CHARSET
  617.           Font.Color = clBlack
  618.           Font.Height = -11
  619.           Font.Name = 'MS Sans Serif'
  620.           Font.Style = []
  621.           ParentColor = False
  622.           ParentFont = False
  623.         end
  624.         object Extension: TLabel
  625.           Left = 124
  626.           Top = 82
  627.           Width = 69
  628.           Height = 13
  629.           AutoSize = False
  630.           Caption = 'Extension'
  631.           Color = clWhite
  632.           Font.Charset = DEFAULT_CHARSET
  633.           Font.Color = clBlack
  634.           Font.Height = -11
  635.           Font.Name = 'MS Sans Serif'
  636.           Font.Style = []
  637.           ParentColor = False
  638.           ParentFont = False
  639.         end
  640.         object lApplication: TLabel
  641.           Left = 124
  642.           Top = 102
  643.           Width = 213
  644.           Height = 13
  645.           AutoSize = False
  646.           Caption = 'lApplication'
  647.           Color = clWhite
  648.           Font.Charset = DEFAULT_CHARSET
  649.           Font.Color = clBlack
  650.           Font.Height = -11
  651.           Font.Name = 'MS Sans Serif'
  652.           Font.Style = []
  653.           ParentColor = False
  654.           ParentFont = False
  655.         end
  656.         object Label23: TLabel
  657.           Left = 145
  658.           Top = 17
  659.           Width = 114
  660.           Height = 16
  661.           Caption = 'Content - Type : '
  662.           Font.Charset = DEFAULT_CHARSET
  663.           Font.Color = clWindowText
  664.           Font.Height = -13
  665.           Font.Name = 'MS Sans Serif'
  666.           Font.Style = [fsBold]
  667.           ParentFont = False
  668.         end
  669.         object Button1: TButton
  670.           Left = 346
  671.           Top = 94
  672.           Width = 89
  673.           Height = 25
  674.           Caption = 'Browse'
  675.           TabOrder = 0
  676.           OnClick = Button1Click
  677.         end
  678.         object NewBtn: TButton
  679.           Left = 55
  680.           Top = 126
  681.           Width = 89
  682.           Height = 23
  683.           Caption = 'New'
  684.           TabOrder = 1
  685.           OnClick = NewBtnClick
  686.         end
  687.         object EditBtn: TButton
  688.           Left = 152
  689.           Top = 126
  690.           Width = 89
  691.           Height = 23
  692.           Caption = 'Edit'
  693.           TabOrder = 2
  694.           OnClick = EditBtnClick
  695.         end
  696.         object DeleteBtn: TButton
  697.           Left = 248
  698.           Top = 126
  699.           Width = 89
  700.           Height = 23
  701.           Caption = 'Delete'
  702.           TabOrder = 3
  703.           OnClick = DeleteBtnClick
  704.         end
  705.       end
  706.       object ListBox: TListBox
  707.         Left = 0
  708.         Top = 21
  709.         Width = 563
  710.         Height = 155
  711.         Align = alClient
  712.         ItemHeight = 16
  713.         Sorted = True
  714.         Style = lbOwnerDrawFixed
  715.         TabOrder = 1
  716.         OnClick = ListBoxClick
  717.         OnDrawItem = ListBoxDrawItem
  718.       end
  719.       object Header: THeader
  720.         Left = 0
  721.         Top = 0
  722.         Width = 0
  723.         Height = 21
  724.         Align = alTop
  725.         AllowResize = False
  726.         Sections.Sections = (
  727.           #0'73'#0'MIME Type'
  728.           #0'64'#0'Extension'
  729.           #0'72'#0'Application')
  730.         TabOrder = 2
  731.       end
  732.     end
  733.   end
  734.   object Panel1: TPanel
  735.     Left = 0
  736.     Top = 364
  737.     Width = 571
  738.     Height = 37
  739.     Align = alBottom
  740.     TabOrder = 1
  741.     object SBSave: TSpeedButton
  742.       Left = 142
  743.       Top = 8
  744.       Width = 133
  745.       Height = 22
  746.       Caption = 'Save && Exit'
  747.       OnClick = SBSaveClick
  748.     end
  749.     object SBCancel: TSpeedButton
  750.       Left = 300
  751.       Top = 8
  752.       Width = 133
  753.       Height = 22
  754.       Caption = 'Cancel && Exit'
  755.       OnClick = SBCancelClick
  756.     end
  757.   end
  758.   object TSetup: TTable
  759.     DatabaseName = 'VistaMail'
  760.     TableName = 'SETUPVST'
  761.     TableType = ttParadox
  762.     Left = 406
  763.     Top = 54
  764.     object TSetupNameEdt: TStringField
  765.       DisplayLabel = 'Name'
  766.       DisplayWidth = 25
  767.       FieldName = 'NameEdt'
  768.       Size = 255
  769.     end
  770.     object TSetupUserEdt: TStringField
  771.       DisplayLabel = 'User ID'
  772.       DisplayWidth = 25
  773.       FieldName = 'UserEdt'
  774.       Size = 255
  775.     end
  776.     object TSetupSMTPServerEdt: TStringField
  777.       DisplayLabel = 'SMTP Server'
  778.       DisplayWidth = 25
  779.       FieldName = 'SMTPServerEdt'
  780.       Size = 255
  781.     end
  782.     object TSetupSMTPPortEdt: TIntegerField
  783.       DisplayLabel = 'SMTP Port'
  784.       FieldName = 'SMTPPortEdt'
  785.     end
  786.     object TSetupPOP3Server: TStringField
  787.       DisplayLabel = 'POP3  Server'
  788.       DisplayWidth = 25
  789.       FieldName = 'POP3Server'
  790.       Size = 255
  791.     end
  792.     object TSetupPOP3Port: TIntegerField
  793.       DisplayLabel = 'POP3  Port'
  794.       FieldName = 'POP3Port'
  795.     end
  796.     object TSetupPOP3PasswordEdt: TStringField
  797.       DisplayLabel = 'Password'
  798.       DisplayWidth = 25
  799.       FieldName = 'POP3PasswordEdt'
  800.       Visible = False
  801.       Size = 255
  802.     end
  803.     object TSetupRetAddr: TStringField
  804.       FieldName = 'RetAddr'
  805.       Size = 50
  806.     end
  807.   end
  808.   object DataSource1: TDataSource
  809.     DataSet = TSetup
  810.     Left = 368
  811.     Top = 52
  812.   end
  813.   object TMimeType: TTable
  814.     DatabaseName = 'VistaMail'
  815.     TableName = 'Mimetype.db'
  816.     Left = 452
  817.     Top = 48
  818.     object TMimeTypeMimeType: TStringField
  819.       FieldName = 'MimeType'
  820.       Size = 40
  821.     end
  822.     object TMimeTypeMimeAction: TIntegerField
  823.       FieldName = 'MimeAction'
  824.     end
  825.     object TMimeTypeDescription: TStringField
  826.       FieldName = 'Description'
  827.       Size = 30
  828.     end
  829.     object TMimeTypeApplication: TStringField
  830.       FieldName = 'Application'
  831.       Size = 255
  832.     end
  833.     object TMimeTypeExtension: TStringField
  834.       FieldName = 'Extension'
  835.       Size = 3
  836.     end
  837.   end
  838. end
  839.